Interpolate using SSE instructions.

This commit is contained in:
Fabien Freling 2014-06-29 17:17:19 +02:00
parent 05777d59f8
commit 3af56f6619
2 changed files with 37 additions and 37 deletions

View file

@ -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