Guild icon
Teeworlds
IRC / bridge
One-way IRC channel bridge. If you want to be able to send messages to IRC, contact @Dune or @heinrich5991. https://www.teeworlds.com/?page=docs&wiki=rules/irc_rules
Between 2019-10-30 00:00:00Z and 2019-10-31 00:00:00Z
Avatar
Is anyone knowledgeable about custom c++ allocators?
Avatar
I think you found the best speaker there is. Thank, gotta watch
12:05
While watching, just stating my problem: The vector table may be located anywhere within the bottom 1 GB of Cortex-M3 address space. The vector table should be located on a 256 word (1024 byte) boundary to insure alignment on LPC176x/5x family devices.
12:06
gotta reallocate the vector table into aligned ram
12:07
might be easier ways there, but I'd like to wrap the vector table into a std::array or some other stl container.
Avatar
hm I got seemingly a solution, ain't gotta fiddle around with any allocators, just adding alignas in front of the instantiation of the std::array.
13:12
alignas(ALIGNMENT) static std::array<uint32_t, VECTORTABLE_SIZE> g_VectorTable;
Avatar
even better: alignas(VECTORTABLE_SIZE * sizeof(uint32_t)) static std::array<uint32_t, VECTORTABLE_SIZE> g_VectorTable;
Avatar
[quakenet] minus BOT 2019-10-30 15:38:06Z
wtf is with these aggressive sendgrid phishing emails to teeworlds addresses
Avatar
[quakenet] Dune BOT 2019-10-30 16:46:59Z
ikr minus
16:48
they're forged well enough that it takes me more than 5 seconds to figure it's spam and I don't like that
Avatar
[quakenet] minus BOT 2019-10-30 16:48:34Z
aye
Exported 13 message(s)