FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for system/include - JavaScriptIOT/emscripten · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptIOT
/
emscripten
Public
forked from
emscripten-core/emscripten
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
emscripten
system
include
on
universal-python
User selector
Datepicker
Commit history
Commits on Oct 8, 2015
remove jansson
kripken
committed
eb80b1b
View commit details
Copy full SHA for eb80b1b
View code at this point
Browse repository at this point
simd load instructions are not __const__ as they dereference their parameter #3839
kripken
committed
94fd2ab
View commit details
Copy full SHA for 94fd2ab
View code at this point
Browse repository at this point
Commits on Oct 2, 2015
rename 'prepare' methods to the better 'preload plugins' terminology
kripken
committed
bda50f6
View commit details
Copy full SHA for bda50f6
View code at this point
Browse repository at this point
Commits on Sep 21, 2015
Merge branch 'wasm-polyfill-prototype' into incoming
Show description for eb6167d
kripken
committed
eb6167d
View commit details
Copy full SHA for eb6167d
View code at this point
Browse repository at this point
Commits on Sep 20, 2015
switch max in emscripten_print_double to signed for safety
kripken
committed
ca7d291
View commit details
Copy full SHA for ca7d291
View code at this point
Browse repository at this point
Commits on Sep 16, 2015
add a max argument to emscripten_print_double
kripken
committed
4637acb
View commit details
Copy full SHA for 4637acb
View code at this point
Browse repository at this point
Commits on Sep 14, 2015
Document workaround needed for issue #3495.
juj
committed
8e53134
View commit details
Copy full SHA for 8e53134
View code at this point
Browse repository at this point
Commits on Sep 9, 2015
Merge branch 'incoming' into wasm-polyfill-prototype
Show description for 173f300
kripken
committed
173f300
View commit details
Copy full SHA for 173f300
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
Fix build error "first two arguments to __builtin_shufflevector must be vectors" when passing struct/union types to _mm_shuffle_ps() and expecting an implicit cast to be taken. Add a test.
juj
committed
b569e7e
View commit details
Copy full SHA for b569e7e
View code at this point
Browse repository at this point
Commits on Aug 26, 2015
Add support for the Microsoft-proposed setImmediate() function for vsyncless updates, and if not supported, emulate/polyfill it via postMessage().
juj
committed
4b2e93c
View commit details
Copy full SHA for 4b2e93c
View code at this point
Browse repository at this point
Commits on Aug 25, 2015
Merge branch 'incoming' into wasm-polyfill-prototype
Show description for 0b02d78
kripken
committed
0b02d78
View commit details
Copy full SHA for 0b02d78
View code at this point
Browse repository at this point
Commits on Aug 21, 2015
Merge pull request #3705 from juj/gracefully_no_threads
Show description for ec65fe9
kripken
committed
ec65fe9
View commit details
Copy full SHA for ec65fe9
View code at this point
Browse repository at this point
Add graceful fallback path to enable running pthreads-enabled code even on browser that don't support pthreads, by allowing code to examine emscripten_has_threading_support() or the return value of…
Show description for 336b7a9
juj
committed
336b7a9
View commit details
Copy full SHA for 336b7a9
View code at this point
Browse repository at this point
Commits on Aug 20, 2015
Merge pull request #3542 from juj/sse2_emmintrin_h
Show description for d4e8da9
sunfishcode
committed
d4e8da9
View commit details
Copy full SHA for d4e8da9
View code at this point
Browse repository at this point
remove unnecessary proxying code, after syscalls refactoring #3702 #3704
kripken
committed
4f609af
View commit details
Copy full SHA for 4f609af
View code at this point
Browse repository at this point
Commits on Aug 19, 2015
some structuring comments in emscripten.h
kripken
committed
926c465
View commit details
Copy full SHA for 926c465
View code at this point
Browse repository at this point
Commits on Aug 17, 2015
Remove duplicate entries in emscripten/vector.h after merge.
juj
committed
0ec8e11
View commit details
Copy full SHA for 0ec8e11
View code at this point
Browse repository at this point
Fix scalar SSE1 comparison nan handling to be symmetric. Add test.
juj
committed
3d832a2
View commit details
Copy full SHA for 3d832a2
View code at this point
Browse repository at this point
Clean up code after SSE merge to upstream.
juj
committed
ca45c69
View commit details
Copy full SHA for ca45c69
View code at this point
Browse repository at this point
Gate unsupported MMX code better.
juj
committed
85a1ce2
View commit details
Copy full SHA for 85a1ce2
View code at this point
Browse repository at this point
Add no-op dummy _mm_prefetch(). Closes #3050.
juj
committed
2d6f285
View commit details
Copy full SHA for 2d6f285
View code at this point
Browse repository at this point
Implement SSE1 _mm_sfence(). Closes #3051.
juj
committed
07f4c75
View commit details
Copy full SHA for 07f4c75
View code at this point
Browse repository at this point
Add proper support for -msse and -msse2 build flags. Don't emit SSE2 code unless explicitly enabled, since it is not implemented in Firefox and does not validate.
juj
committed
25391d8
View commit details
Copy full SHA for 25391d8
View code at this point
Browse repository at this point
Add support for SSE2 _mm_slli_si128 and _mm_srli_si128.
juj
committed
c30c754
View commit details
Copy full SHA for c30c754
View code at this point
Browse repository at this point
Add support for _mm_srl_epi16 and _mm_srl_epi32.
juj
committed
6d1ea2f
View commit details
Copy full SHA for 6d1ea2f
View code at this point
Browse repository at this point
Add support for SSE2 _mm_sll_epi16, _mm_sll_epi32, _mm_sra_epi16 and _mm_sra_epi32().
juj
committed
b967395
View commit details
Copy full SHA for b967395
View code at this point
Browse repository at this point
Add aliases to different equivalent functions. Remove tests for those that Clang doesn't have functionalities for.
juj
committed
14c77a1
View commit details
Copy full SHA for 14c77a1
View code at this point
Browse repository at this point
Add (scalarized) support for SSE2 _mm_packs_epi16, _mm_packs_epi32 and _mm_packus_epi16.
juj
committed
c2a8e12
View commit details
Copy full SHA for c2a8e12
View code at this point
Browse repository at this point
Add (scalarized) support for SSE2 integer min and max.
juj
committed
ab3b882
View commit details
Copy full SHA for ab3b882
View code at this point
Browse repository at this point
Add (scalarized) support for saturating arithmetic.
juj
committed
9581a6f
View commit details
Copy full SHA for 9581a6f
View code at this point
Browse repository at this point
Add (scalarized) support for SSE2 _mm_avg_epu8 and _mm_avg_epu16.
juj
committed
d92a9ae
View commit details
Copy full SHA for d92a9ae
View code at this point
Browse repository at this point
Implement support for SSE2 compare instructions.
juj
committed
53fe5e4
View commit details
Copy full SHA for 53fe5e4
View code at this point
Browse repository at this point
Add support for SSE2 _mm_loadl_epi64, _mm_storel_epi64 and _mm_stream_si64.
juj
committed
8924b1f
View commit details
Copy full SHA for 8924b1f
View code at this point
Browse repository at this point
Add typedefs for unaligned 64-bit integer accesses in emscripten/emscripten.h
juj
committed
6a3e721
View commit details
Copy full SHA for 6a3e721
View code at this point
Browse repository at this point
Add SSE2 functions _mm_cvtsi64_sd, _mm_cvttsd_si64, _mm_cvtsi64_si128 and _mm_cvtsi128_si64.
juj
committed
c57ef8d
View commit details
Copy full SHA for c57ef8d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL