Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: emscripten-core/emscripten
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6407411
Choose a base ref
...
head repository: emscripten-core/emscripten
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 48c7375
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 15, 2015

  1. Copy the full SHA
    bcb2278 View commit details
  2. 1.35.14

    kripken committed Dec 15, 2015
    Copy the full SHA
    48c7375 View commit details
Showing with 2 additions and 1 deletion.
  1. +1 −1 emscripten-version.txt
  2. +1 −0 tests/test_core.py
2 changes: 1 addition & 1 deletion emscripten-version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"1.35.13"
"1.35.14"

1 change: 1 addition & 0 deletions tests/test_core.py
Original file line number Diff line number Diff line change
@@ -5789,6 +5789,7 @@ def test_sse1_full(self):
# Tests the full SSE2 API.
@SIMD
def test_sse2_full(self):
if self.run_name == 'asm1': return self.skip("some i64 thing we can't legalize yet. possible hint: optimize with -O0 or -O2+, and not -O1");
import platform
is_64bits = platform.architecture()[0] == '64bit'
if not is_64bits: return self.skip('This test requires 64-bit system, since it tests SSE2 intrinsics only available in 64-bit mode!')