Teaclave (Virtual) Meetup #4 - 7-8pm, Apr 29, 2021 PT

2021-04-28 Thread Mingshen Sun
BEGIN:VCALENDAR CALSCALE:GREGORIAN VERSION:2.0 X-WR-CALNAME:Teaclave (Virtual) Meetup #4 METHOD:PUBLISH PRODID:-//Apple Inc.//macOS 11.2.3//EN BEGIN:VTIMEZONE TZID:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU DTSTART:20070311T02 TZNAME:PDT

Re: [apache/incubator-teaclave-sgx-sdk] Assertion failure on `sgx_tstd/hashbrown` (#339)

2021-04-28 Thread Baltasar Dinis
Update: manually overriding the `cfg_if` to use the implementation in `generic.rs` instead of the `sse2.rs` seems to work. However, looking at my `/proc/cpuinfo` file it seems that my machine has sse2 support. -- You are receiving this because you are subscribed to this thread. Reply to this

[apache/incubator-teaclave-sgx-sdk] Assertion failure on `sgx_tstd/hashbrown` (#339)

2021-04-28 Thread Baltasar Dinis
Hi, For some reason, I keep getting a panic from an assertion in `sgx_tstd/hashbrown/src/raw/sse2.rs`. This is on the current `master` (`c2698dc2685f8dcd9550086c62077bceff15ded0`). The error is the following: ``` thread '' panicked at 'assertion failed: `(left == right)` left: `8`, right: