Re: toggle for intrisinics

2009-06-25 Thread Alan Bateman
gustav trede wrote: Hello, Is it from a technical standpoint possible to: Add an -XX parameter that toggles direct intrinsics to the cpu native version of some Math methods like cos , sin without any extra (parameter range check with its fast and slow code paths). : There are options, su

toggle for intrisinics

2009-06-25 Thread gustav trede
Hello, Is it from a technical standpoint possible to: Add an -XX parameter that toggles direct intrinsics to the cpu native version of some Math methods like cos , sin without any extra (parameter range check with its fast and slow code paths). If so i would be happy to implement it myself , wi