tc39 / ecmascript_simd

SIMD numeric type for EcmaScript
Other
544 stars 64 forks source link

Change comparison/mathematical operations to use spec form #249

Closed ajklein closed 9 years ago

ajklein commented 9 years ago

Instead of ES constructions like "==", "!=", and ">=", use the normal mathematical symbols (or their HTML entity encodings).

No functional changes.