mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	 5ffe23e4f3
			
		
	
	
		5ffe23e4f3
		
	
	
	
	
		
			
			Doing these as custom classes might be faster, especially when writing them in SSE, but this would cause a lot of Code duplication and due to the nature of constexprs and the intelligence of the compiler they might be using SSE/MMX either way
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			95 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			95 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Instruction.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibX86 x86)
 | |
| target_link_libraries(LibX86 LibC)
 |