MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / get

Method get

CodenameOne/src/com/codename1/util/Simd.java:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17public class Simd {
18 /// Returns the singleton instance of the Simd class. Equivalent to `CN.getSimd();`
19 public static Simd get() {
20 return CN.getSimd();
21 }
22
23 /// Returns true if SIMD instructions are natively supported
24 /// if this returns false the APIs in this class would still work

Callers 15

AudioMixerClass · 0.95
mixMethod · 0.95
allocFloatMethod · 0.95
shouldUseSimdMethod · 0.95
AudioEffectsClass · 0.95
allocFloatMethod · 0.95
shouldUseSimdMethod · 0.95
applyGainInPlaceMethod · 0.95
ImageClass · 0.95

Calls 1

getSimdMethod · 0.95