-
The current documentation for tangent vector fields says they should be specified using the methods `setVertexTangentBasisX` and `addVertexIntrinsicVectorQuantity`. See for instance the example on th…
-
There is a lot of helper functions in JSIL.Bootstrap.js, some of them are attached to `$jsilcore`, others to `JSIL`?
What is a border condition, whether it should be attached? Do I correct, that "pub…
-
I've been working on a similar project called [SIMDe](https://github.com/nemequ/simde) which is also MIT licensed, and is also an attempt to allow code written for one set of SIMD instructions to run …
-
I think we need a compiler memory barrier after disabling interrupts in the no-os OSAL.
My understanding is that this would only cause issues if link-time optimization is used.... In the STM32 FSDE…
-
At the risk of discussing early over-optimization... I want to discuss the possible speed and optimization issues with having too many optional arguments.
I can't remember which class I took, but I…
-
get_abs.f90
```
module my_module
use iso_c_binding, only: c_int
implicit none
contains
subroutine get_abs(x, y) bind(c)
integer(c_int), intent(in) :: x
integer(c_in…
-
After upgrading our rust toolchain version, on multiple win/apple platforms (arm64 win specifically for this error) we're seeing link errors like
```
../../third_party/llvm-build/Release+Asserts/b…
-
# Externals Proposition
Here follows a write-up on a revamp of externals in what is mostly a proposal from @elegios with some additions which materialized during the last Miking meeting.
This sug…
-
Strings form a large portion of many objects. Just storing a pointer to the on-heap String object is not a practical way to reduce GC pressure. Instead, how about having a UTF8-based string wrapper …
-
**Issue by [mdnunez](https://github.com/mdnunez)**
_Tuesday Apr 19, 2016 at 23:50 GMT_
_Originally opened as https://github.com/stan-dev/stan/issues/1875_
----
#### New Feature Suggestion:
Add a W…