diff options
author | nikolay serdjuk <nikolay.y.serdjuk@intel.com> | 2014-06-10 17:07:10 +0700 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2014-07-03 18:30:07 -0700 |
commit | c5e4ce116e4d44bfdf162f0c949e77772d7e0654 (patch) | |
tree | 00ecfcb695dc3f77c6802314d42700af286dc1c2 /compiler/optimizing/graph_visualizer.cc | |
parent | 03cbed6dfbd2750a243363ee4033c425d58cac6e (diff) |
x86_64: Fix intrinsics
The following intrinsics have been ported:
- Abs(double/long/int/float)
- String.indexOf/charAt/compareTo/is_empty/length
- Float.floatToRawIntBits, Float.intBitsToFloat
- Double.doubleToRawLongBits, Double.longBitsToDouble
- Thread.currentThread
- Unsafe.getInt/Long/Object, Unsafe.putInt/Long/Object
- Math.sqrt, Math.max, Math.min
- Long.reverseBytes
Math.min and max for longs have been implemented for x86_64.
Commented out until good tests available:
- Memory.peekShort/Int/Long, Memory.pokeShort/Int/Long
Turned off on x86-64 as reported having problems
- Cas
Change-Id: I934bc9c90fdf953be0d3836a17b6ee4e7c98f244
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions