-
Bug
-
Resolution: Fixed
-
P4
-
8u20
As Vadim notes in RT-38475 we should only use /arch:sse on x86 platforms.
Using this option on x64 produces the following warning:
"cl : Command line warning D9002 : ignoring unknown option '/arch:SSE'"
According to http://msdn.microsoft.com/en-us/library/7t5yh4fd(v=vs.100).aspx, "/arch:SSE ... only available when you compile for the x86 platform"
Using this option on x64 produces the following warning:
"cl : Command line warning D9002 : ignoring unknown option '/arch:SSE'"
According to http://msdn.microsoft.com/en-us/library/7t5yh4fd(v=vs.100).aspx, "/arch:SSE ... only available when you compile for the x86 platform"
- relates to
-
JDK-8097985 Enable JavaFX to build with VS 2012 and VS 2013
-
- Resolved
-