enable fsrra
This commit is contained in:
parent
70b3c72c6f
commit
5bc8114e5f
@ -4,7 +4,7 @@ GENERATED ?=
|
||||
AARCH = --isa=sh4 --little
|
||||
|
||||
CARCH ?= -m4-single-only -ml
|
||||
CFLAGS += -mfsca -funsafe-math-optimizations -ffast-math
|
||||
CFLAGS += -mfsca -mfsrra -funsafe-math-optimizations -ffast-math
|
||||
|
||||
OBJARCH = -O elf32-shl -B sh4
|
||||
|
||||
|
@ -367,7 +367,7 @@ mat4x4 translate(vec3 t)
|
||||
};
|
||||
}
|
||||
|
||||
//mat4x4 rodrigues(vec4 r) __attribute__ ((optimize(1)));
|
||||
mat4x4 rodrigues(vec4 r) __attribute__ ((optimize(1)));
|
||||
mat4x4 rodrigues(vec4 r)
|
||||
{
|
||||
const vec3 k = {r.y, r.z, r.w};
|
||||
|
Loading…
x
Reference in New Issue
Block a user