diff src/os/windows/vm/gpu_windows.cpp @ 13890:4cbe077ab49a

removed UseHSAILSimulator option
author Doug Simon <doug.simon@oracle.com>
date Thu, 06 Feb 2014 11:20:33 +0100
parents 51584f76462d
children 66e3af78ea96
line wrap: on
line diff
--- a/src/os/windows/vm/gpu_windows.cpp	Thu Feb 06 11:17:58 2014 +0100
+++ b/src/os/windows/vm/gpu_windows.cpp	Thu Feb 06 11:20:33 2014 +0100
@@ -29,7 +29,7 @@
 
 jobject gpu::probe_gpus(JNIEnv* env) {
   // TODO: add detection of PTX/NVidia
-  if (UseHSAILSimulator && Hsail::register_natives(env)) {
+  if (Hsail::register_natives(env)) {
     return env->NewStringUTF("HSAIL");
   }
   return env->NewStringUTF("");