Author Topic: Simd  (Read 1294 times)

0 Members and 1 Guest are viewing this topic.

Offline Fry_Day

  • 28
Did anyone think of creating an optional, SSE/3Dnow wielding vector/matrix lib instead of the default, plain FP one with FS2? Most people have either SSE or 3Dnow, and it would have significant speed gains (especially for the poor people using a K6-X processor), and it wouldn't be that difficult (Not sure of that one :) ). Just do a processor check in the beginning of the program to see if there is a capable processor, or else use the regular one