Interpolate using SSE instructions.
This commit is contained in:
parent
05777d59f8
commit
3af56f6619
2 changed files with 37 additions and 37 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
CXX = clang++
|
||||
CXXFLAGS = -std=c++11 -W -Wall -O3 #-Werror
|
||||
CXXFLAGS = -std=c++11 -W -Wall -O3 -ffast-math #-Werror
|
||||
BUILD_DIR=/tmp
|
||||
|
||||
all: rotation.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue